home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / interface < prev    next >
Text File  |  1992-09-02  |  846b  |  36 lines

  1. ;F1CD simple loader routine © Active Software 1995
  2.  
  3. failat >NIL: 60
  4.  
  5. echo ""
  6. echo ""
  7. Echo "Welcome to the F1 Licenceware CD Volume 1"
  8. echo ""
  9. echo ""
  10. echo "Checking, and if necessary, installing libraries"
  11. Echo ""
  12.  
  13. if >NIL: not exists sys:libs/powerpacker.library
  14. f1cd:c/copy >NIL: f1cd:libs/powerpacker.library sys:libs
  15. endif >NIL:
  16.  
  17. if >NIL: not exists sys:libs/amigaguide.library
  18. f1cd:c/copy >NIL: f1cd:libs/amigaguide.library sys:libs
  19. endif >NIL:
  20.  
  21. if >NIL: not exists sys:libs/explode.library
  22. f1cd:c/copy >NIL: f1cd:libs/explode.library sys:libs
  23. endif >NIL:
  24.  
  25. f1cd:c/assign >nil: fonts: f1cd:fonts add
  26. f1cd:c/assign >nil: libs: f1cd:libs add
  27. f1cd:c/assign >nil: locale: f1cd:locale
  28. f1cd:c/assign >nil: abgtwb3: f1cd:
  29. f1cd:c/assign >nil: abgtwb3_vol2: f1cd:
  30.  
  31.  
  32. echo "Now loading the Controller Interface"
  33.  
  34. f1cd:c/amigaguide >nil: f1cd:f13.guide
  35.  
  36.